State

Property

Namespace: Diffstore.Snapshots

Declared in: Diffstore.Snapshots.Snapshot<TKey, TValue>


Entity value at the moment of saving. Fields and properties marked by IgnoreChangesAttribute will be initialized with their default values.

Syntax

public Entity<TKey, TValue> State { public get; }

Back to index